docs: Refer to backend APIs
authorMatthias Clasen <mclasen@redhat.com>
Sat, 22 May 2021 17:51:39 +0000 (13:51 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 22 May 2021 21:25:26 +0000 (17:25 -0400)
Add links to the backend api docs.

docs/reference/gtk/wayland.md
docs/reference/gtk/x11.md

index 8b2d9f21555141e996b8b4d22e6b0fc933e4c2c3..a0882b581ccd58b1b85f9e79c7b4cb6dedc0eacb 100644 (file)
@@ -18,3 +18,8 @@ or wayland-1.
 ### XDG_RUNTIME_DIR
 
 Used to locate the Wayland socket to use.
+
+## Wayland-specific APIs
+
+See the [documentation](https://docs.gtk.org/gdk4-wayland/) for
+Wayland-specific GDK APIs.
index 2946747deefa52e86357096d72bc18e27833e87a..17de7ef7d52c79dde41ef88a30cc4cb9721164dd 100644 (file)
@@ -25,6 +25,11 @@ high-dpi displays. Normally, GDK will pick up a suitable scale factor
 for each monitor from the display system. This environment variable
 allows to override that.
 
+## X11-specific APIs
+
+See the [documentation](https://docs.gtk.org/gdk4-x11/) for
+X11-specific GDK APIs.
+
 ## Understanding the X11 architecture
 
 People coming from a Windows or MacOS background often find certain